GetClassIDFromName returns the identifier that corresponds to the specified class name.
The clName parameter is the name of the class whose identifier is to be determined.
MacApp uses GetClassIDFromName in several methods that create and manipulate objects by name, such as TEvtHandler.CreateAView and the global routines NewObjectByClassName and RegisterStdType. You can call GetClassIDFromName when you need the class identifier of an object for which you have a class name.
-- part contents for background part 5
----- text -----
Unit: UObject
-- part contents for background part 23
----- text -----
ROUTINE
-- part contents for background part 2
----- text -----
GetClassIDFromName
-- part contents for background part 20
----- text -----
FUNCTION GetClassIDFromName(clName: MAName): ObjClassId;